Stacy DeRuiter
7 August 2017
Controlled Exposure Experiments (CEEs)
with Mid-frequency Active Sonar (MFAS)
How do we get from A…
… to B?
Check out some online learning resources gathered at:
testset1 <- load_nc('C:\data\testset1.nc')
testset1 = load_nc('C:\data\testset1.nc') ;
Still working on this - will be a VERY brief description of what/why, e.g. raw to scientific units, tag to whale frame. Details left for next lecture.
Metadata has at least 2 sources:
Still working on this one - will include metadata gleaning example (I hope) plus screen shots of Ye Joo's metadata entry tool.
netCDF format…
Option A) Install “development version” from GitHub
#install.packages('devtools')
devtools::install_github(
'stacyderuiter/TagTools/R/tagtools')
Option B) Install from your memory stick. In RStudio:
To install the tag tools package (assuming the Matlab/Octave zip file is stored in F:\tagtools\matlab), run:
pkg install tagtools0.0.0.tar.gz
Then to load it:
pkg load tagtools
In Octave, you also need to manually install and load the packages:
If you are online, you can simply run (for example):
pkg install netcdf
pkg load netcdf
For specific tools, help is only a command away. Example: need help with the function plott()?
in Matlab/Octave:
help plott
in R:
?plott
No documentation for 'plott' in specified packages and libraries:
you could try '??plott'
(Stay tuned…Maybe after a coffee.)
What is wrong (or right) with this picture? [coming soon]